home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / jdrbbs08.zip / 06TO07.ARJ / 06TO07.DOC next >
Text File  |  1992-11-18  |  3KB  |  79 lines

  1. Notes and procedures on upgrading JDR_BBS r.06 to r.07.
  2.  
  3. As promised, the .07 release consists of mostly internal optimizations.  I 
  4. moved a lot of routines into overlays, freeing up lots of RAM.  I wanted to
  5. keep the number of data structure or data base format changes to a minimum.
  6.  
  7. The following files have changed or are new (*):
  8.  
  9.   JDRBBS.EXE                      PROFILE2.ANS            MNB00009.TXT
  10.   BIMODEM.CFG                     PROFILE4.ANS            MNH00014.TXT
  11.   BLOCK.INI (BLOCK.001)           REGPKG.ANS              MNL00009.TXT
  12.   MENUTEXT.DAT                    BBS-MENU.ANS            NOTNAMES.TXT
  13.   MENUTEXT.TXT                    CONFIG.ANS
  14.   DIRECTRY.T01                    FMENU.ANS
  15.   DIRECTRY.T02                    SYSOP.ANS
  16.   DIRECTRY.T03                    USERMENU.ANS
  17.   BACKUP.BAT                      NETMAIL.ANS
  18.   SHORT.TXT                       DOORS.DOC
  19.   LINES.001
  20.  
  21.   TESTBED.ZIP
  22.  
  23. 06TO07.BAT will extract the above files from BBS.ZIP for you.
  24.  
  25. Run the program NEWSHORT.EXE to upgrade your SHORT.TXT file.  This program
  26. uses SHORT.06 and SHORT.07.
  27.  
  28. Run the program NEWLINES.EXE to upgrade your LINES.001 file.  This program
  29. uses LINES06.001 and LINES07.001.
  30.  
  31. The .ANS, "MN" .TXT, and MENUTEXT files probably do no affect you at all.
  32.  
  33. NOTNAMES.TXT, BACKUP.BAT and the DIRECTRY files have slight modifications that
  34. you should look at.
  35.  
  36. BIMODEM.CFG added an entry for a password file pathname.
  37.  
  38. The new kid on the block is TESTBED.ZIP.  It is a much more simpler and more
  39. basic BBS (MENUTEXT.DAT and .ANS's).  It might make clearer how the menu 
  40. system works.
  41.  
  42.  
  43. That leaves just BLOCK.001.  It's tricky (sorry).
  44.  
  45. When you first start the software, there is no BLOCK.001.  There is a 
  46. BLOCK.INI.  BLOCK.INI contains lots of C:\ drive specs.  When BLOCK.001 is
  47. created, it is just BLOCK.INI with it's C:\ drive specs changed to those of
  48. the BBS (A:\, D:\, S:\, etc.).
  49.  
  50. To complicate things, I did not do a "NEWBLOCK.EXE".  To uncomplicate things,
  51. there's a good chance you did not change much in BLOCK.001 anyways.
  52.  
  53. There are two procedures to updating your BLOCK.001 file, depending on
  54. whether you use drive C:\ or not as your BBS drive.
  55.  
  56. If you use drive C:\
  57.   1. FC BLOCK06.001 \BBS\TEXT\BLOCK.001 > out1
  58.   2. COPY BLOCK.INI \BBS\TEXT\BLOCK.001
  59.   3. Review out1, and make changes to your new BLOCK.001 that you had made
  60.      to your old BLOCK.001.
  61.  
  62. If you do not use drive C:\
  63.   1. FC BLOCK06.001 \BBS\TEXT\BLOCK.001 > out1
  64.   2. COPY BLOCK.INI \BBS\TEXT\BLOCK.001
  65.   3. Review out1, ignore the differences for block #46 (the one with all the
  66.      pathnames), but do make changes for all the other differences.  So you'll
  67.      need to upgrade the text/etc. changes you had made to your old BLOCK.001,
  68.      and also to make the drive specs correct as well.
  69.  
  70. Ultimately, what you're doing is comparing the old BLOCK.001, with your 
  71. BLOCK.001, and making sure those same changes that you made are getting put 
  72. into the new BLOCK.001.  NewShort and NewLines do this automatically for
  73. SHORT.TXT and LINES.001, respectively.
  74.  
  75.  
  76. (*) New to BBS.ZIP (the BBS).  Changes in the source files (JDRSRCxx.ZIP),
  77.     the registered files (JDR_BBS.REG), and the files (docs/etc.) outside
  78.     BBS.ZIP are not noted here--as they all change every version.
  79.